Notification Events Channel (v1.0.0)
A dedicated message channel that handles all notification-related events in the BookWorm e-commerce system.
Overview
The Notification Events Channel serves as a specialized conduit for managing all notification-related activities within the BookWorm e-commerce platform. It enables seamless communication between the Notification Service and other components, handling events like email, SMS, and push notifications. This channel ensures reliable message delivery and upholds the eventual consistency across the notification domain.
Channel information
Address:
notification.{env}.events
Protocol:
- amqp
Parameter | Description | Options | Default |
---|---|---|---|
env | Environment to use for the channel | dev, stg, prod | N/A |
Event Types
PlaceOrderCommand: Initiates the process of creating a new order. CancelOrderCommand: Indicates that an order has been cancelled. CompleteOrderCommand: Indicates that an order has been completed.